home *** CD-ROM | disk | FTP | other *** search
/ The Trig Explorer / The Trig Explorer.iso / mac / Explorer / START.dxr / 00054.ls < prev    next >
Encoding:
Text File  |  1998-07-22  |  321 b   |  12 lines

  1. on enterFrame
  2.   global SndSet
  3.   puppetSprite(16, 1)
  4.   set the constraint of sprite 16 to 15
  5.   set the moveableSprite of sprite 16 to 1
  6.   set the cursor of sprite 16 to [321, 322]
  7.   set the cursor of sprite 2 to 0
  8.   set SndSet to 0
  9.   set oldSound to the soundLevel
  10.   set the locH of sprite 16 to 109 + (64 * oldSound)
  11. end
  12.